@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;

}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* END OF RESET */
/*estilos gerais*/
body  {
     width:100%;
	 margin: 0;  	
	 padding: 0;
	 font: 85% arial, hevetica, sans-serif;
	 text-align: center;
	 color: #fff; /*cor da fonte do conteudo*/
	 /*background: #ddd; cor do fundo*/
	 background-image: url(../imagens/fundoportfolio.jpg); /*imagem de fundo*/
	 background-attachment:fixed; /*imagem não se mover*/
     background-position:center; /*posição da imagem*/
	 background-size:cover; /*estender imagem*/
	 -webkit-background-size:cover; /*estender para navegadores chrome*/
	 -moz-background-size:cover; /*estender para navegadores mofila fire fox*/
	 }
	
a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:focus { color: #FFFFFF; }
a:hover { color: #333333; }
a:active { color: #666666; }


h1, h2, h3, h4, h5, h6 { margin: 0 0 0; }

h1 {
     color: #FFFFFF;
	 font-weight: bold;
     font: 180% Verdana,arial,helvetica,sans-serif;
     }

h1 a { text-decoration: none; }

h2 {
     color: #FFFFFF;
	 font-weight: bold;
     font: 140% Verdana,arial,helvetica,sans-serif;
     }
   
h2 a { text-decoration: none; }

h3 {
     color: #7d8206;
     font: 110% georgia, times, "times new roman", serif;
     }
	 
h3 a { text-decoration: none; }
   
/*estilos do container (conteudo)*/   
	
#container  {  	
	 margin: 1em auto; /*margens do conteudo (topo, direita, baixo, esquerda)*/
	 width: 60px;
	 height:300px;
	 background-image :none; /*url(../imagens/transparente2.png); imagem de fundo*/ 
	 }
	
/*estilos do menu*/
	
#menu  {
     width: 100%;
     height: 77px;
     margin: auto;
     background-color: #000;
     opacity: 0.8;
     position: absolute;
	 top: 77%; /*posição do menu em relação ao topo da pagina*/
     
	  }
	
#menu ul {
     margin: 0px auto;
     float: right;
     list-style-type: none;
     position: relative;
     right: 17px;
     top: 20px;
	 	 }
	
#menu ul li {
     display:inline;	
     position: relative;
	 margin-right:20px;
	 font: 15px/36px Verdana,arial,helvetica,sans-serif; /*tipo e tamanho fonte*/
	 }
	 
#menu ul li:hover{
     font: 15px/36px Verdana,arial,helvetica,sans-serif;
     }
	 
#menu ul li:hover ul{
     left:0;
	 top:220; /*posição do submenu quando o mouse esta sobre o link*/
     }
	 
#menu ul li  a{
     position:relative;
     display:inline;
	 font-weight: bold;
	 text-decoration: none;
	 text-shadow:0 1px 0 #000;
	 }
	 
/*primeiro submenu*/
	 
#menu ul li ul{
     position:absolute;
	 left:-999em;
	 top:-200px;
	 width:220px;
	 height:200px;
	 display:block;
	 background-color: #000;
	 text-align:center;
	 opacity:0.8; /**/
	 }

/*	 
#menu ul li ul li{
     width:180px;
	 border-right:none;
	 border-left:none;
	 }
*/	
	
/*
#menu ul li ul li ul{
	display:none;
}
*/
	 
#menu ul li ul li:hover ul{
     display:inline;
	 position:absolute;
	 left:100px;
	 top:0px;
     }

#submenu01{
     
}

#submenu02{
     color:#333;

}
     
/*estilos do contents (conteudo)*/
	
#contents  {  	
	 float: left;  	
	 width: 980px;
     height: 550px;
	 background-image :url(../imagens/transparente2.png); /*imagem de fundo*/ 	
	 margin: 0 0 0 0px;  
	 
	 }
	 
#logo{
	 position:relative;
 	 left:10px;
	 top:15px;
     float:left;
	 font: 100% georgia, times, "times new roman", serif;
}

#logoad{
	 position:relative;
 	 left:20px;
	 top:20px;
     float:left;
	 font: 74% georgia, times, "times new roman", serif;
	 /* font-family: RNome-da-Fonte, "Times New Roman", serif; - inserir aqui o nome da fonte e apagar o font ai acima */
	 font-weight: bold;
}
